projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abca283
)
Call out libs a little more in the guide
author
Alex Crichton
<alex@alexcrichton.com>
Wed, 14 Jan 2015 03:59:00 +0000
(19:59 -0800)
committer
Alex Crichton
<alex@alexcrichton.com>
Fri, 16 Jan 2015 04:09:23 +0000
(20:09 -0800)
Closes #643
src/doc/guide.md
patch
|
blob
|
history
diff --git
a/src/doc/guide.md
b/src/doc/guide.md
index 43994734df796420d98c4fbc2413a33365d89420..027b41c51b6c8e768599256e2682f70a8e1af442 100644
(file)
--- a/
src/doc/guide.md
+++ b/
src/doc/guide.md
@@
-48,7
+48,9
@@
$ tree .
1 directory, 2 files
```
-This is all we need to get started. First, let's check out `Cargo.toml`:
+If we had just used `cargo new hello_world` without the `--bin` flag, then the
+we would have a `lib.rs` instead of a `main.rs`. For now, however, this is all
+we need to get started. First, let's check out `Cargo.toml`:
```toml
[package]